EnumSetSetting

abstract class EnumSetSetting<E : Enum<out E>> : Setting

Represents a setting where multiple values may be selected at once.

Constructors

Link copied to clipboard
constructor()

Properties

Link copied to clipboard
@get:JvmName(name = "__deprecated_isUpdating")
val isUpdating: Boolean
Link copied to clipboard
abstract val modifiableValues: Set<E>

Currently modifiable values.

Link copied to clipboard
@get:JvmName(name = "isUpdating")
abstract val updating: Boolean

Tells whether the setting is updating.

Link copied to clipboard
abstract var values: Set<E>

Currently selected values.